HipWebAudioDecoder

Undocumented in source.

Members

Functions

decode
bool decode(ubyte[] data, HipAudioEncoding encoding, HipAudioType type, void delegate(in ubyte[] data) onSuccess, void delegate() onFailure)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
getClipData
ubyte[] getClipData()

Returns the buffer handle.

startDecoding
uint startDecoding(ubyte[] data, ubyte[] outputDecodedData, uint chunkSize, HipAudioEncoding encoding)

Unsupported at the moment

updateDecoding
uint updateDecoding(ubyte[] outputDecodedData)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
WasmAudioBuffer buffer;
Undocumented in source.

Inherited Members

From AHipAudioDecoder

sampleRate
float sampleRate;
Undocumented in source.
channels
int channels;
Undocumented in source.
duration
float duration;
Undocumented in source.
clipSize
size_t clipSize;
Undocumented in source.
getClipChannels
ubyte getClipChannels()
Undocumented in source. Be warned that the author may not have intended to support it.
getClipSize
size_t getClipSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getDuration
float getDuration()
Undocumented in source. Be warned that the author may not have intended to support it.
getSamplerate
uint getSamplerate()
Undocumented in source. Be warned that the author may not have intended to support it.
getAudioConfig
AudioConfig getAudioConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
resample
bool resample(ubyte[] data, HipAudioType type, uint outputSampleRate, uint outputChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
channelConversion
bool channelConversion(ubyte[] data, ubyte from, ubyte to)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta